home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / moni / SysLog.lha / SysLog_V1.20 / Developer / GCC / os-include / proto / syslog.h
C/C++ Source or Header  |  1996-10-27  |  238b  |  13 lines

  1. #ifndef PROTO_SYSLOG_H
  2. #define PROTO_SYSLOG_H
  3.  
  4. #include <clib/syslog_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/syslog.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct Library *SysLogBase;
  10. #endif
  11.  
  12. #endif
  13.